try...catch...finally Statement (JScript 5.6)

Implements error handling for JScript.

try {
      tryStatements}
catch(exception){
      catchStatements}
finally {
      finallyStatements}

Expand imageArguments

Expand imageRemarks

Expand imageExample

Expand imageRequirements

Expand imageSee Also